From: Paul Eggert Date: Thu, 28 Jul 2011 20:35:41 +0000 (-0700) Subject: Fix typo in comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2464^2~59 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dfc17bc6dd9b4ba9feb22fa0c0f198c7f000c800;p=emacs.git Fix typo in comment. --- diff --git a/src/composite.h b/src/composite.h index a43e41901ee..c30c6832796 100644 --- a/src/composite.h +++ b/src/composite.h @@ -193,7 +193,7 @@ struct composition { void *font; /* Pointer to an array of x-offset and y-offset (by pixels) of - glyphs. This points to a sufficient memory space (sizeof (int) * + glyphs. This points to a sufficient memory space (sizeof (short) * glyph_len * 2) that is allocated when the composition is registered in composition_table. X-offset and Y-offset of Nth glyph are (2N)th and (2N+1)th elements respectively. */